From: Mattias EngdegÄrd Date: Mon, 21 Aug 2023 15:04:44 +0000 (+0200) Subject: ; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290) X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~4524 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=82d8732505d267b5152320300b3ebd1a2727bead;p=emacs.git ; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290) --- diff --git a/test/lisp/cus-edit-tests.el b/test/lisp/cus-edit-tests.el index 3a788f19745..9ceab16e194 100644 --- a/test/lisp/cus-edit-tests.el +++ b/test/lisp/cus-edit-tests.el @@ -128,7 +128,6 @@ ;; Simulate changing the value. (let* ((choice (widget-at)) (args (widget-get choice :args)) - (const-opt (car (widget-get choice :children))) (list-opt (nth 1 args))) (widget-put choice :explicit-choice list-opt) (widget-value-set choice (widget-default-get list-opt)))